summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-10-09udf: Fix loading of special inodesJan Kara3-11/+26
2014-10-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+1
2014-10-08Merge tag 'f2fs-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds17-786/+1421
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds26-331/+866
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds38-3190/+2373
2014-10-08btrfs: Fix compile error when CONFIG_SECURITY is not set.Qu Wenruo1-0/+2
2014-10-08GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0)Fabian Frederick3-4/+4
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+3
2014-10-07Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason2-3/+2
2014-10-07f2fs: support volatile operations for transient dataJaegeuk Kim4-2/+25
2014-10-07locks: flock_make_lock should return a struct file_lock (or PTR_ERR)Jeff Layton1-8/+11
2014-10-07locks: set fl_owner for leases to filp instead of current->filesJeff Layton1-1/+1
2014-10-07locks: give lm_break a return valueJeff Layton2-12/+22
2014-10-07locks: __break_lease cleanup in preparation of allowing direct removal of leasesJeff Layton1-24/+25
2014-10-07locks: remove i_have_this_lease check from __break_leaseJeff Layton1-4/+2
2014-10-07locks: move freeing of leases outside of i_lockJeff Layton2-15/+25
2014-10-07locks: move i_lock acquisition into generic_*_lease handlersJeff Layton1-12/+9
2014-10-07locks: define a lm_setup handler for leasesJeff Layton2-48/+50
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton4-18/+29
2014-10-07nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton2-10/+4
2014-10-07locks: clean up vfs_setlease kerneldoc commentsJeff Layton1-24/+10
2014-10-07locks: generic_delete_lease doesn't need a file_lock at allJeff Layton2-21/+15
2014-10-07nfsd: fix potential lease memory leak in nfs4_setleaseJeff Layton1-2/+5
2014-10-07locks: close potential race in lease_get_mtimeJeff Layton1-2/+12
2014-10-06f2fs: support atomic writesJaegeuk Kim8-5/+139
2014-10-06ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov1-7/+0
2014-10-06btrfs: Make btrfs handle security mount options internally to avoid losing se...Qu Wenruo2-5/+97
2014-10-05ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu1-1/+1
2014-10-05f2fs: remove unused return valueJaegeuk Kim1-3/+2
2014-10-04Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason6-16/+16
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason9-105/+57
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason17-135/+130
2014-10-03Btrfs: send, don't delay dir move if there's a new parent inodeFilipe Manana1-1/+1
2014-10-03btrfs: add more superblock checksDavid Sterba1-2/+65
2014-10-03Btrfs: fix race in WAIT_SYNC ioctlSage Weil1-3/+9
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana6-12/+114
2014-10-03Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.Fabian Frederick1-2/+0
2014-10-03btrfs: fix shadow warning on cmpFabian Frederick1-4/+4
2014-10-03Btrfs: fix compilation errors under DEBUGFabian Frederick1-2/+2
2014-10-03Btrfs: fix crash of btrfs_release_extent_buffer_pageLiu Bo1-0/+1
2014-10-03Btrfs: add missing end_page_writeback on submit_extent_page failureFilipe Manana1-0/+1
2014-10-03btrfs: Fix the wrong condition judgment about subset extent mapQu Wenruo1-1/+1
2014-10-03Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik1-1/+4
2014-10-03Btrfs: cleanup error handling in build_backref_treeJosef Bacik1-29/+59
2014-10-03Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-8/+4
2014-10-03GFS2: Use gfs2_rbm_incr in rgblk_freeBob Peterson1-9/+13
2014-10-02ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handleralex chen1-0/+4
2014-10-02CIFS: Fix readpages retrying on reconnectsPavel Shilovsky1-7/+1
2014-10-02Fix problem recognizing symlinksSteve French2-1/+3
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba5-21/+23