summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: use prandom_u32() instead of get_random_bytes()Theodore Ts'o2013-11-083-7/+4
* ext4: remove unreachable code after ext4_can_extents_be_merged()Eric Sandeen2013-11-071-26/+0
* ext4: remove unreachable code in ext4_can_extents_be_merged()Eric Sandeen2013-11-041-7/+2
* ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()Theodore Ts'o2013-10-311-0/+1
* ext4: don't count free clusters from a corrupt block groupDarrick J. Wong2013-10-311-2/+11
* ext4: fix FITRIM in no journal modeLukas Czerner2013-10-301-2/+2
* ext4: drop set but otherwise unused variable from ext4_add_dirent_to_inline()Azat Khuzhin2013-10-301-2/+0
* ext4: change ext4_read_inline_dir() to return 0 on successBoxiLiu2013-10-301-0/+1
* ext4: pair trace_ext4_writepages & trace_ext4_writepages_resultMing Lei2013-10-301-5/+6
* ext4: add ratelimiting to ext4 messagesTheodore Ts'o2013-10-172-58/+100
* ext4: fix performance regression in ext4_writepagesMing Lei2013-10-171-13/+13
* ext4: fixup kerndoc annotation of mpage_map_and_submit_extent()Jan Kara2013-10-161-0/+3
* ext4: fix assertion in ext4_add_complete_io()Jan Kara2013-10-161-2/+3
* vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds2013-10-121-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-10-122-1/+3
|\
| * ext4: fix memory leak in xattrDave Jones2013-10-121-0/+2
| * ext4: fix performance regression in writeback of random writesJan Kara2013-09-161-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-10-126-21/+25
|\ \
| * | Btrfs: fix oops caused by the space balance and dead rootsMiao Xie2013-10-103-7/+17
| * | Btrfs: insert orphan roots into fs radix treeMiao Xie2013-10-101-5/+3
| * | Btrfs: limit delalloc pages outside of find_delalloc_rangeJosef Bacik2013-10-101-8/+4
| * | Btrfs: use right root when checking for hash collisionJosef Bacik2013-10-101-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-10-056-17/+39
|\ \ \
| * | | btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong2013-10-051-0/+8
| * | | Merge branch 'for-linus' into for-linus-3.12Chris Mason2013-10-056-17/+31
| |\ \ \ | | |/ /
| | * | Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov2013-10-042-5/+7
| | * | Btrfs: eliminate races in worker stopping codeIlya Dryomov2013-10-042-6/+21
| | * | Btrfs: fix crash of compressed writesLiu Bo2013-10-041-1/+1
| | * | Btrfs: fix transid verify errors when recovering log treeJosef Bacik2013-10-041-5/+2
* | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-10-0410-115/+74
|\ \ \ \
| * | | | [CIFS] update cifs.ko versionSteve French2013-09-251-1/+1
| * | | | [CIFS] Remove ext2 flags that have been moved to fs.hSteve French2013-09-251-20/+1
| * | | | [CIFS] Provide sane values for nlinkJim McDonough2013-09-213-6/+43
| * | | | cifs: stop trying to use virtual circuitsJeff Layton2013-09-183-88/+1
| * | | | CIFS: FS-Cache: Uncache unread pages in cifs_readpages() before freeing themDavid Howells2013-09-183-0/+28
* | | | | Merge tag 'xfs-for-linus-v3.12-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-10-046-42/+45
|\ \ \ \ \
| * | | | | xfs: Use kmem_free() instead of free()Thierry Reding2013-10-041-1/+1
| * | | | | xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com2013-10-041-0/+1
| * | | | | xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner2013-10-044-39/+28
| * | | | | xfs: lockdep needs to know about 3 dquot-deep nestingDave Chinner2013-10-041-3/+16
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-10-043-13/+32
|\ \ \ \ \ \
| * | | | | | fuse: no RCU mode in fuse_access()Miklos Szeredi2013-10-011-3/+2
| * | | | | | fuse: readdirplus: fix RCU walkMiklos Szeredi2013-10-012-3/+11
| * | | | | | fuse: don't check_submounts_and_drop() in RCU walkMiklos Szeredi2013-10-011-1/+2
| * | | | | | fuse: fix fallocate vs. ftruncate raceMaxim Patlasov2013-09-181-0/+7
| * | | | | | fuse: wait for writeback in fuse_file_fallocate()Maxim Patlasov2013-09-181-6/+10
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-10-021-15/+37
|\ \ \ \ \ \
| * | | | | | aio: fix use-after-free in aio_migratepageBenjamin LaHaise2013-09-261-15/+37
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-10-011-2/+2
|\ \ \ \ \ \ \
| * | | | | | | fs/super.c: fix lru_list leak for realAl Viro2013-10-011-2/+2
OpenPOWER on IntegriCloud