summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: use mnt_want_write_file() in ioctlAl Viro2013-04-091-2/+2
* lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-099-20/+14
* hpfs: move setting hpfs-private i_dirty to ->write_end()Al Viro2013-04-091-16/+20
* reiserfs: don't wank with EFBIG before calling do_sync_write()Al Viro2013-04-091-60/+1
* fold release_mounts() into namespace_unlock()Al Viro2013-04-091-23/+30
* switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro2013-04-093-24/+16
* more conversions to namespace_unlock()Al Viro2013-04-091-14/+6
* get rid of the second argument of shrink_submounts()Al Viro2013-04-091-4/+4
* saner umount_tree()/release_mounts(), part 1Al Viro2013-04-091-4/+13
* get rid of full-hash scan on detaching vfsmountsAl Viro2013-04-094-97/+149
* mnt: release locks on error path in do_loopbackAndrey Vagin2013-04-091-1/+1
* procfs: add proc_remove_subtree()Al Viro2013-04-091-30/+89
* ecryptfs: close rmmod raceAl Viro2013-04-091-12/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-264-6/+44
|\
| * Nest rename_lock inside vfsmount_lockAl Viro2013-03-261-5/+11
| * Don't bother with redoing rw_verify_area() from default_file_splice_from()Al Viro2013-03-213-1/+33
* | Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-03-266-32/+89
|\ \
| * | NFSv4.1: Add a helper pnfs_commit_and_return_layoutTrond Myklebust2013-03-213-1/+34
| * | NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnTrond Myklebust2013-03-212-9/+27
| * | NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust2013-03-212-15/+18
| * | pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting2013-03-211-2/+2
| * | NFSv4: Fix the string length returned by the idmapperTrond Myklebust2013-03-201-5/+8
* | | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-03-252-6/+8
|\ \ \
| * | | nfsd: fix bad offset useKent Overstreet2013-03-221-1/+2
| * | | nfsd: fix startup order in nfsd_reply_cache_initJeff Layton2013-03-181-4/+4
| * | | nfsd: only unhash DRC entries that are in the hashtableJeff Layton2013-03-181-1/+2
* | | | vfs,proc: guarantee unique inodes in /procLinus Torvalds2013-03-221-3/+3
* | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-216-56/+43
|\ \ \ \
| * | | | cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton2013-03-211-48/+5
| * | | | cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik2013-03-133-1/+33
| * | | | cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu2013-03-132-7/+5
* | | | | Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-03-2112-81/+540
|\ \ \ \ \
| * | | | | ext4: fix data=journal fast mount/umount hangTheodore Ts'o2013-03-201-1/+2
| * | | | | ext4: fix ext4_evict_inode() racing against workqueue processing codeTheodore Ts'o2013-03-203-4/+14
| * | | | | ext4: fix memory leakage in mext_check_coverageDmitry Monakhov2013-03-181-16/+19
| * | | | | ext4: use s_extent_max_zeroout_kb value as number of kbLukas Czerner2013-03-121-1/+1
| * | | | | ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o2013-03-115-15/+15
| * | | | | jbd2: fix use after free in jbd2_journal_dirty_metadata()Jan Kara2013-03-111-5/+10
| * | | | | ext4: reserve metadata block for every delayed writeLukas Czerner2013-03-101-2/+61
| * | | | | ext4: update reserved space after the 'correction'Lukas Czerner2013-03-101-3/+9
| * | | | | ext4: do not use yield()Lukas Czerner2013-03-102-7/+3
| * | | | | ext4: remove unused variable in ext4_free_blocks()Lukas Czerner2013-03-101-3/+0
| * | | | | ext4: fix WARN_ON from ext4_releasepage()Jan Kara2013-03-101-2/+2
| * | | | | ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu2013-03-101-1/+5
| * | | | | ext4: update extent status tree after an extent is zeroed outZheng Liu2013-03-104-4/+61
| * | | | | ext4: fix wrong m_len value after unwritten extent conversionZheng Liu2013-03-101-0/+4
| * | | | | ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov2013-03-103-0/+277
| * | | | | ext4: avoid a potential overflow in ext4_es_can_be_merged()Zheng Liu2013-03-101-5/+15
| * | | | | ext4: invalidate extent status tree during extent migrationDmitry Monakhov2013-03-041-0/+8
| * | | | | ext4: remove unnecessary wait for extent conversion in ext4_fallocate()Jan Kara2013-03-041-2/+0
OpenPOWER on IntegriCloud