summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-05-07hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan1-0/+5
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-86/+172
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-72/+39
2014-05-05UBIFS: fix remount error pathArtem Bityutskiy1-1/+1
2014-05-01Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-8/+34
2014-05-01aio: fix potential leak in aio_run_iocb().Leon Yu1-4/+2
2014-04-28ceph: reserve caps for file layout/lock MDS requestsYan, Zheng2-0/+4
2014-04-28ceph: avoid releasing caps that are being usedYan, Zheng1-1/+1
2014-04-28ceph: clear directory's completeness when creating fileYan, Zheng3-60/+21
2014-04-28ceph: use fpos_cmp() to compare dentry positionsYan, Zheng1-1/+1
2014-04-28ceph: check directory's completeness before emitting directory entryYan, Zheng1-10/+12
2014-04-28fuse: add renameat2 supportMiklos Szeredi2-8/+50
2014-04-28fuse: clear MS_I_VERSIONMiklos Szeredi1-1/+1
2014-04-28fuse: clear FUSE_I_CTIME_DIRTY flag on setattrMaxim Patlasov1-9/+17
2014-04-28fuse: trust kernel i_ctime onlyMaxim Patlasov2-4/+24
2014-04-28fuse: remove .update_timeMiklos Szeredi1-12/+0
2014-04-28fuse: allow ctime flushing to userspaceMaxim Patlasov3-4/+9
2014-04-28fuse: fuse: add time_gran to INIT_OUTMiklos Szeredi1-0/+5
2014-04-28fuse: add .write_inodeMiklos Szeredi4-33/+45
2014-04-28fuse: clean up fsyncMiklos Szeredi1-8/+3
2014-04-28fuse: fuse: fallocate: use file_update_time()Miklos Szeredi1-6/+2
2014-04-28fuse: update mtime on open(O_TRUNC) in atomic_o_trunc modeMaxim Patlasov1-4/+14
2014-04-28fuse: update mtime on truncate(2)Maxim Patlasov1-0/+2
2014-04-28fuse: do not use uninitialized i_modeMaxim Patlasov1-1/+1
2014-04-28fuse: fix mtime update error in fsyncMiklos Szeredi1-1/+1
2014-04-28fuse: check fallocate modeMiklos Szeredi1-0/+3
2014-04-28fuse: add __exit to fuse_ctl_cleanupFabian Frederick2-2/+2
2014-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-45/+48
2014-04-27Merge tag 'driver-core-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+8
2014-04-26Btrfs: limit the path size in send to PATH_MAXChris Mason1-0/+5
2014-04-25Merge tag 'locks-v3.15-2' of git://git.samba.org/jlayton/linuxLinus Torvalds3-37/+37
2014-04-25Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-13/+6
2014-04-25kernfs: add back missing error check in kernfs_fop_mmap()Tejun Heo1-0/+2
2014-04-25kernfs: fix a subdir count leakJianyu Zhan1-3/+6
2014-04-25Btrfs: correctly set profile flags on seqlock retryFilipe Manana1-1/+3
2014-04-25Btrfs: use correct key when repeating search for extent itemFilipe Manana1-0/+2
2014-04-25Btrfs: fix inode caching vs tree logMiao Xie1-16/+2
2014-04-25Btrfs: fix possible memory leaks in open_ctree()Wang Shilong1-5/+5
2014-04-25Btrfs: avoid triggering bug_on() when we fail to start inode caching taskWang Shilong1-1/+5
2014-04-25Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong2-14/+14
2014-04-25btrfs: replace error code from btrfs_drop_extentsDavid Sterba2-5/+5
2014-04-25btrfs: Change the hole range to a more accurate value.Qu Wenruo1-1/+1
2014-04-24locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" insteadJeff Layton1-17/+17
2014-04-22locks: rename file-private locks to "open file description locks"Jeff Layton3-20/+20
2014-04-21Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-128/+188
2014-04-20ext4: disable COLLAPSE_RANGE for bigallocNamjae Jeon1-0/+3
2014-04-20ext4: fix COLLAPSE_RANGE failure with 1KB block sizeNamjae Jeon1-3/+10
2014-04-20coredump: fix va_list corruptionEric Dumazet1-1/+6
2014-04-19Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-13/+169
2014-04-19Merge tag 'driver-core-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-97/+14