summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-05-29NFS: Create a common nfs_pageio_ops structAnna Schumaker4-17/+11
2014-05-29NFS: Create a common generic_pg_pgios()Anna Schumaker4-51/+28
2014-05-29NFS: Create a common multiple_pgios() functionAnna Schumaker4-60/+25
2014-05-29NFS: Create a common initiate_pgio() functionAnna Schumaker5-94/+64
2014-05-28NFS: Create a generic_pgio functionAnna Schumaker5-192/+106
2014-05-28NFS: Create a common pgio_error functionAnna Schumaker4-42/+29
2014-05-28NFS: Create a common rpcsetup function for reads and writesAnna Schumaker4-66/+53
2014-05-28NFS: Create a common rpc_call_ops structAnna Schumaker4-24/+13
2014-05-28NFS: Create a common nfs_pgio_result_common functionAnna Schumaker4-48/+52
2014-05-28NFS: Create a common pgio_rpc_prepare functionAnna Schumaker7-67/+43
2014-05-28NFS: Create a common rw_header_alloc and rw_header_free functionAnna Schumaker5-45/+64
2014-05-28NFS: Create a common pgio_alloc and pgio_release functionAnna Schumaker5-106/+74
2014-05-28NFS: Move the write verifier into the nfs_pgio_headerAnna Schumaker2-6/+5
2014-05-28NFS: Create a common read and write header structAnna Schumaker4-18/+18
2014-05-28NFS: Create a common read and write data structAnna Schumaker15-133/+133
2014-05-28NFS: Create a common results structure for reads and writesAnna Schumaker5-13/+14
2014-05-28NFS: Create a common argument structure for reads and writesAnna Schumaker6-16/+18
2014-05-28nfs: remove ->read_pageio_init from rpc opsChristoph Hellwig8-33/+17
2014-05-28nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig8-37/+17
2014-05-28nfs: commit layouts in fdatasyncChristoph Hellwig1-2/+1
2014-04-15NFS: Don't ignore suid/sgid bit changes after a successful writeTrond Myklebust1-2/+33
2014-04-15NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust1-9/+17
2014-04-15NFS: Fix memroy leak for double mountsKinglong Mee1-1/+2
2014-04-13cifs: Use min_t() when comparing "size_t" and "unsigned long"Geert Uytterhoeven1-1/+1
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-14/+13
2014-04-12ceph: fix pr_fmt() redefinitionLinus Torvalds1-2/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds34-699/+385
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-34/+2
2014-04-12cifs: fix the race in cifs_writev()Al Viro1-5/+18
2014-04-12ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failureAl Viro1-2/+2
2014-04-11Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-53/+67
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds19-279/+374
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller5-14/+13
2014-04-11Btrfs: fix compile warnings on on avr32 platformWang Shilong1-1/+1
2014-04-10Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2-3/+3
2014-04-10btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer1-0/+22
2014-04-10Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+12
2014-04-09block: Ensure we only enable integrity metadata for reads and writesMartin K. Petersen1-0/+3
2014-04-09block: Fix integrity verificationMartin K. Petersen1-10/+9
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds13-50/+130
2014-04-08fs/ncpfs/dir.c: fix indenting in ncp_lookup()Dan Carpenter1-2/+2
2014-04-08ncpfs/inode.c: fix mismatch printk formats and argumentsJoe Perches1-2/+2
2014-04-08ncpfs: remove now unused PRINTK macroJoe Perches1-3/+0
2014-04-08ncpfs: convert PPRINTK to ncp_vdbgJoe Perches5-18/+22
2014-04-08ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches9-83/+74
2014-04-08ncpfs: Add pr_fmt and convert printks to pr_<level>Joe Perches5-27/+34
2014-04-08autofs4: check dev ioctl size before allocatingSasha Levin1-0/+3
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds14-83/+51
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds33-159/+154