aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds22-985/+1814
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-65/+116
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-8/+6
2012-12-20Merge tag 'for-3.8-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds25-0/+12651
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds1-2/+4
2012-12-18Revert "Btrfs: reorder tree mod log operations in deleting a pointer"Chris Mason1-6/+4
2012-12-18ceph: fix dentry reference leak in ceph_encode_fh()Cyril Roelandt1-1/+3
2012-12-18Revert "Btrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never change node's nritems"Chris Mason1-2/+2
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-17nfsd4: don't leave freed stateid hashedJ. Bruce Fields1-0/+1
2012-12-17nfsd4: free_stateid can use the current stateidJ. Bruce Fields1-0/+1
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields7-49/+47
2012-12-17nfsd: warn on odd reply state in nfsd_vfs_readJ. Bruce Fields1-0/+1
2012-12-17nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields1-1/+10
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-17nfsd4: disable zero-copy on non-final read opsJ. Bruce Fields3-8/+19
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