aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-21btrfs: show compiled-in config features at module load timeStefan Behrens1-0/+3
2013-09-21Btrfs: more efficient inode tree replace operationFilipe David Borba Manana1-5/+5
2013-09-21Btrfs: do not add replace target to the alloc_listIlya Dryomov1-1/+2
2013-09-21Btrfs: fixup error handling in btrfs_reloc_cowJosef Bacik3-22/+32
2013-09-21Merge tag 'v3.11' into for-linusChris Mason4-49/+57
2013-09-20CacheFiles: Don't try to dump the index key if the cookie has been clearedDavid Howells1-1/+1
2013-09-20CacheFiles: Fix memory leak in cachefiles_check_auxdata error pathsJosh Boyer1-14/+15
2013-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+2
2013-09-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-36/+55
2013-09-18Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-6/+23
2013-09-179p: don't forget to destroy inode cache if fscache registration failsAl Viro1-3/+4
2013-09-17atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/namei.cAl Viro2-21/+20
2013-09-17bio-integrity: Fix use of bs->bio_integrity_pool after freeBjorn Helgaas1-1/+1
2013-09-16vfs: don't set FILE_CREATED before calling ->atomic_open()Miklos Szeredi1-3/+8
2013-09-16nfs: set FILE_CREATEDMiklos Szeredi1-0/+3
2013-09-16gfs2: set FILE_CREATEDMiklos Szeredi1-1/+3
2013-09-16cifs: fix filp leak in cifs_atomic_open()Miklos Szeredi1-0/+1
2013-09-16vfs: improve i_op->atomic_open() documentationMiklos Szeredi1-3/+18
2013-09-16autofs4: close the races around autofs4_notify_daemon()Al Viro1-10/+3
2013-09-16Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-5/+10
2013-09-16Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-3/+4
2013-09-16pstore: Remove the messages related to compression failureAruna Balakrishnaiah1-4/+0
2013-09-16pstore: Use zlib_inflateInit2 instead of zlib_inflateInitAruna Balakrishnaiah1-1/+1
2013-09-16pstore: Adjust buffer size for compression for smaller registered buffersAruna Balakrishnaiah1-1/+22
2013-09-15vfs: fix typo in comment in recent dentry workLinus Torvalds1-1/+1
2013-09-13Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2-4/+6
2013-09-13vfs: fix dentry LRU list handling and nr_dentry_unused accountingLinus Torvalds1-27/+101
2013-09-13cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscacheSachin Prabhu1-3/+7
2013-09-13cifs: Do not take a reference to the page in cifs_readpage_worker()Sachin Prabhu1-2/+3
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds7-269/+537
2013-09-12Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds25-166/+461
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds27-42/+28
2013-09-12thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov1-6/+0
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov26-36/+28
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds28-666/+823
2013-09-12Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-28/+21
2013-09-12vfs: make d_path() get the root path under RCULinus Torvalds1-2/+14
2013-09-12vfs: use __getname/__putname for getcwd() system callLinus Torvalds1-5/+5
2013-09-12vfs: don't copy things to user space holding the rcu readlockLinus Torvalds1-1/+2
2013-09-12vfs: make getcwd() get the root and pwd path under rcuLinus Torvalds1-11/+12
2013-09-12vfs: move get_fs_root_and_pwd() to single callerLinus Torvalds1-0/+11
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds41-2348/+3959
2013-09-12dcache: get/release read lock in read_seqbegin_or_lock() & friendWaiman Long1-15/+16
2013-09-12xfs: remove dead code from xlog_recover_inode_pass2Mark Tinguely1-3/+0
2013-09-12xfs: = vs == typo in ASSERT()Dan Carpenter1-2/+2
2013-09-12Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds29-2426/+1587
2013-09-11Merge tag 'ecryptfs-3.12-rc1-crypt-ctx' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds1-10/+6
2013-09-11Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds51-333/+874
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley2-32/+2
2013-09-11initmpfs: move bdi setup from init_rootfs to init_ramfsRob Landley1-6/+19