summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Btrfs: fix unlock in __start_delalloc_inodes()Wang Shilong2014-04-071-2/+3
| * | | | Btrfs: scrub raid56 stripes in the right wayWang Shilong2014-04-071-19/+89
| * | | | Btrfs: don't compress for a small writeWang Shilong2014-04-071-0/+8
| * | | | Btrfs: more efficient io tree navigation on wait_extent_bitFilipe Manana2014-04-071-1/+5
| * | | | Btrfs: send, build path string only once in send_holeFilipe Manana2014-04-071-3/+3
| * | | | btrfs: filter invalid arg for btrfs resizeGui Hecheng2014-04-071-2/+3
| * | | | Btrfs: send, fix data corruption due to incorrect hole detectionFilipe Manana2014-04-071-1/+3
| * | | | Btrfs: kmalloc() doesn't return an ERR_PTRDan Carpenter2014-04-071-3/+2
| * | | | Btrfs: fix snapshot vs nocow writtingWang Shilong2014-04-071-2/+21
| * | | | btrfs: Change the expanding write sequence to fix snapshot related bug.Qu Wenruo2014-04-071-1/+4
| * | | | btrfs: make device scan less noisyDavid Sterba2014-04-071-11/+24
| * | | | btrfs: fix lockdep warning with reclaim lock inversionJeff Mahoney2014-04-071-3/+7
| * | | | Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik2014-04-073-16/+39
| * | | | Btrfs: remove transaction from sendJosef Bacik2014-04-069-187/+77
| * | | | Btrfs: don't clear uptodate if the eb is under IOJosef Bacik2014-04-066-3/+27
| * | | | Btrfs: check for an extent_op on the locked refJosef Bacik2014-04-061-1/+2
| * | | | Btrfs: do not reset last_snapshot after relocationJosef Bacik2014-04-061-21/+0
* | | | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2014-04-102-3/+3
|\ \ \ \ \
| * | | | | fs: Mark functions as static in exofs/ore_raid.cRashika Kheria2014-04-031-2/+2
| * | | | | fs: Mark function as static in exofs/super.cRashika Kheria2014-04-031-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-101-10/+12
|\ \ \ \ \ \
| * | | | | | block: Ensure we only enable integrity metadata for reads and writesMartin K. Petersen2014-04-091-0/+3
| * | | | | | block: Fix integrity verificationMartin K. Petersen2014-04-091-10/+9
* | | | | | | Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-04-0813-50/+130
|\ \ \ \ \ \ \
| * | | | | | | nfsd4: don't create unnecessary mask aclJ. Bruce Fields2014-04-041-4/+9
| * | | | | | | nfsd: revert v2 half of "nfsd: don't return high mode bits"J. Bruce Fields2014-04-041-1/+1
| * | | | | | | nfsd4: fix memory leak in nfsd4_encode_fattr()Yan, Zheng2014-03-311-1/+3
| * | | | | | | nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky2014-03-311-0/+5
| * | | | | | | NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee2014-03-301-1/+18
| * | | | | | | NFSD: Clear wcc data between compound opsKinglong Mee2014-03-302-1/+15
| * | | | | | | nfsd: Don't return NFS4ERR_STALE_STATEID for NFSv4.1+Trond Myklebust2014-03-301-1/+4
| * | | | | | | nfsd4: fix nfs4err_resource in 4.1 caseJ. Bruce Fields2014-03-281-0/+8
| * | | | | | | nfsd4: fix setclientid encode sizeJ. Bruce Fields2014-03-281-1/+2
| * | | | | | | nfsd4: remove redundant check from nfsd4_check_resp_sizeJ. Bruce Fields2014-03-281-2/+0
| * | | | | | | nfsd4: use more generous NFS4_ACL_MAXJ. Bruce Fields2014-03-281-3/+7
| * | | | | | | nfsd4: minor nfsd4_replay_cache_entry cleanupJ. Bruce Fields2014-03-281-2/+1
| * | | | | | | nfsd4: nfsd4_replay_cache_entry should be staticJ. Bruce Fields2014-03-282-3/+1
| * | | | | | | nfsd4: update comments with obsolete function nameJ. Bruce Fields2014-03-282-2/+2
| * | | | | | | NFSD: Using free_conn free connectionKinglong Mee2014-03-281-1/+2
| * | | | | | | nfsd: typo in nfsd_rename commentJ. Bruce Fields2014-03-281-3/+3
| * | | | | | | NFSD: simplify saved/current fh uses in nfsd4_proc_compoundKinglong Mee2014-03-281-13/+15
| * | | | | | | lockd: ensure we tear down any live sockets when socket creation fails during...Jeff Layton2014-03-281-0/+1
| * | | | | | | NFSD: Traverse unconfirmed client through hash-tableKinglong Mee2014-03-281-8/+5
| * | | | | | | svcrpc: explicitly reject compounds that are not padded out to 4-byte multipleJeff Layton2014-03-271-1/+6
| * | | | | | | nfsd: notify_change needs elevated write countJ. Bruce Fields2014-03-271-0/+9
| * | | | | | | nfsd4: fix test_stateid error reply encodingJ. Bruce Fields2014-03-271-0/+3
| * | | | | | | nfsd4: leave reply buffer space for failed setattrJ. Bruce Fields2014-03-271-1/+1
| * | | | | | | nfsd4: make set of large acl return efbig, not resourceJ. Bruce Fields2014-03-271-1/+1
| * | | | | | | nfsd4: session needs room for following op to error outJ. Bruce Fields2014-03-271-0/+6
| * | | | | | | nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields2014-03-271-0/+2