aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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/ebiederm/user-namespaceLinus 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/mason/linux-btrfsLinus 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
2012-12-17fs/notify/inode_mark.c: make fsnotify_find_inode_mark_locked() staticTushar Behera1-2/+3
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton21-94/+94
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds25-305/+493
2012-12-17Btrfs: fix a bug of per-file nocowLiu Bo2-3/+5
2012-12-17Btrfs: fix hash overflow handlingChris Mason5-2/+95
2012-12-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-10/+14
2012-12-16Btrfs: don't take inode delalloc mutex if we're a free space inodeJosef Bacik1-6/+19
2012-12-16Btrfs: fix autodefrag and umount lockupJosef Bacik1-2/+17
2012-12-16Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger1-0/+4
2012-12-16Btrfs: put raid properties into global tableLiu Bo4-33/+29
2012-12-16Btrfs: fix BUG() in scrub when first superblock reading gives EIOStefan Behrens1-0/+11
2012-12-16Btrfs: do not call file_update_time in aio_writeJosef Bacik2-29/+48
2012-12-16Btrfs: only unlock and relock if we have toJosef Bacik1-1/+4
2012-12-16Btrfs: use tokens where we can in the tree logJosef Bacik1-54/+73
2012-12-16Btrfs: optimize leaf_space_usedJosef Bacik1-2/+9
2012-12-16Btrfs: don't memset new tokensJosef Bacik1-1/+1
2012-12-16Btrfs: only clear dirty on the buffer if it is marked as dirtyJosef Bacik1-4/+4
2012-12-16Btrfs: move checks in set_page_dirty under DEBUGJosef Bacik1-0/+2
2012-12-16Btrfs: log changed inodes based on the extent map treeJosef Bacik7-210/+372
2012-12-16Btrfs: add path->really_keep_locksJosef Bacik2-2/+6
2012-12-16Btrfs: do not mark ems as prealloc if we are writing to themJosef Bacik3-4/+5
2012-12-16Btrfs: keep track of the extents original block lengthJosef Bacik3-4/+24
2012-12-16Btrfs: inline csums if we're fsyncingJosef Bacik3-1/+21
2012-12-16Btrfs: don't bother copying if we're only logging the inodeJosef Bacik1-6/+34
2012-12-16Btrfs: only log the inode item if we can get away with itJosef Bacik4-2/+11