summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-12-20vfs: drop vmtruncateMarco Stornelli1-2/+0
2012-12-20ntfs: drop vmtruncateMarco Stornelli3-5/+23
2012-12-20nilfs2: drop vmtruncateMarco Stornelli4-11/+18
2012-12-20ncpfs: drop vmtruncateMarco Stornelli1-3/+1
2012-12-20minix: drop vmtruncateMarco Stornelli2-7/+16
2012-12-20logfs: drop vmtruncateMarco Stornelli1-2/+8
2012-12-20hfsplus: drop vmtruncateMarco Stornelli1-11/+16
2012-12-20jfs: drop vmtruncateMarco Stornelli2-8/+18
2012-12-20hpfs: drop vmtruncateMarco Stornelli3-8/+18
2012-12-20hfs: drop vmtruncateMarco Stornelli1-8/+18
2012-12-20bfs: drop vmtruncateMarco Stornelli1-5/+10
2012-12-20affs: drop vmtruncateMarco Stornelli2-7/+16
2012-12-20adfs: drop vmtruncateMarco Stornelli1-5/+10
2012-12-20ocfs2: drop vmtruncateMarco Stornelli1-18/+0
2012-12-20omfs: drop vmtruncateMarco Stornelli1-7/+15
2012-12-20procfs: drop vmtruncateMarco Stornelli3-22/+1
2012-12-20reiserfs: drop vmtruncateMarco Stornelli3-6/+13
2012-12-20sysv: drop vmtruncateMarco Stornelli2-7/+15
2012-12-20ufs: drop vmtruncateMarco Stornelli1-5/+10
2012-12-20fs: Fix imbalance in freeze protection in mark_files_ro()Jan Kara1-1/+1
2012-12-20vfs: remove DCACHE_NEED_LOOKUPJeff Layton3-57/+3
2012-12-20path_init(): make -ENOTDIR failure exits consistentAl Viro1-2/+2
2012-12-20vfs: remove unneeded permission check from path_initJeff Layton1-6/+1
2012-12-20vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flagsMiao Xie1-1/+1
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds1-2/+4
2012-12-18ceph: fix dentry reference leak in ceph_encode_fh()Cyril Roelandt1-1/+3
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+2
2012-12-18Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-7/+9
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds42-1745/+5255
2012-12-18Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds36-973/+1115
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds44-149/+523
2012-12-17fs, fanotify: add @mflags field to fanotify outputCyrill Gorcunov1-5/+9
2012-12-17fs, notify: add procfs fdinfo helperCyrill Gorcunov5-1/+207
2012-12-17fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov1-5/+14
2012-12-17fs, exportfs: escape nil dereference if no s_export_op presentCyrill Gorcunov1-1/+1
2012-12-17fs, epoll: add procfs fdinfo helperCyrill Gorcunov3-1/+47
2012-12-17fs, eventfd: add procfs fdinfo helperCyrill Gorcunov1-0/+20
2012-12-17procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov1-0/+2
2012-12-17ubifs: use prandom_bytesAkinobu Mita1-5/+3
2012-12-17exec: use -ELOOP for max recursion depthKees Cook4-15/+6
2012-12-17proc: pid/status: show all supplementary groupsArtem Bityutskiy1-1/+1
2012-12-17/proc/pid/status: add "Seccomp" fieldKees Cook1-0/+8
2012-12-17procfs: add VmFlags field in smaps outputCyrill Gorcunov1-0/+53
2012-12-17proc: don't show nonexistent capabilitiesAndrew Vagin1-0/+9
2012-12-17fs/fat: strip "cp" prefix from codepage in displayDave Reisner1-1/+2
2012-12-17fat: ix mount option parsingJan Kara1-11/+11
2012-12-17fat: provide option for setting timezone offsetJan Kara3-9/+28
2012-12-17fat: notify when discard is not supportedNamjae Jeon1-0/+9
2012-12-17binfmt_elf: fix corner case kfree of uninitialized dataAlan Cox1-1/+3
2012-12-17procfs: use kbasename()Andy Shevchenko1-5/+1