summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2013-12-12Btrfs: fix access_ok() check in btrfs_ioctl_send()Dan Carpenter
2013-12-12Btrfs: make sure we cleanup all reloc roots if error happensWang Shilong
2013-12-12Btrfs: skip building backref tree for uuid and quota tree when doing balance ...Wang Shilong
2013-12-12Btrfs: fix an oops when doing balance relocationWang Shilong
2013-12-12Btrfs: don't miss skinny extent items on delayed ref head contentionFilipe David Borba Manana
2013-12-12btrfs: call mnt_drop_write after interrupted subvol deletionDavid Sterba
2013-12-12Btrfs: don't clear the default compression typeMiao Xie
2013-12-10nfsd: when reusing an existing repcache entry, unhash it firstJeff Layton
2013-12-10xfs: growfs overruns AGFL buffer on V4 filesystemsDave Chinner
2013-12-10xfs: don't perform discard if the given range length is less than block sizeJie Liu
2013-12-10xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter
2013-12-08jbd2: rename obsoleted msg JBD->JBD2Dmitry Monakhov
2013-12-08jbd2: revise KERN_EMERG error messagesJan Kara
2013-12-08jbd2: don't BUG but return ENOSPC if a handle runs out of spaceTheodore Ts'o
2013-12-08ext4: Do not reserve clusters when fs doesn't support extentsJan Kara
2013-12-08ext4: fix del_timer() misuse for ->s_err_reportAl Viro
2013-12-07sysfs: give different locking key to regular and bin filesTejun Heo
2013-12-06Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-12-06aio: clean up aio ring in the fail pathGu Zheng
2013-12-05Merge tag 'pm-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-12-05Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-12-04nfs: fix do_div() warning by instead using sector_div()Helge Deller
2013-12-04NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recoveryTrond Myklebust
2013-12-04Merge tag 'squashfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2013-12-04ext2: Fix oops in ext2_get_block() called from ext2_quota_write()Jan Kara
2013-12-03ext4: check for overlapping extents in ext4_valid_extent_entries()Eryu Guan
2013-12-03ext4: fix use-after-free in ext4_mb_new_blocksJunho Ryu
2013-12-03epoll: drop EPOLLWAKEUP if PM_SLEEP is disabledAmit Pundir
2013-12-02vfs: fix subtle use-after-free of pipe_inode_infoLinus Torvalds
2013-12-02ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() failsTheodore Ts'o
2013-11-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-29fix bogus path_put() of nd->root after some unlazy_walk() failuresAl Viro
2013-11-28Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-11-27Merge tag 'driver-core-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-11-27remove obsolete references to powertweakDave Jones
2013-11-27Revert "sysfs: handle duplicate removal attempts in sysfs_remove_group()"Greg Kroah-Hartman
2013-11-26vfs: Fix a regression in mounting procEric W. Biederman
2013-11-26vfs: In d_path don't call d_dname on a mount pointEric W. Biederman
2013-11-26Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-11-25[CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offloadSteve French
2013-11-24block: submit_bio_wait() conversionsKent Overstreet
2013-11-24Squashfs: fix failure to unlock pages on decompress errorPhillip Lougher
2013-11-23ceph: allocate non-zero page to fscache in readpage()Li Wang
2013-11-23ceph: wake up 'safe' waiters when unregistering requestYan, Zheng
2013-11-23ceph: cleanup aborted requests when re-sending requests.Yan, Zheng
2013-11-23ceph: handle race between cap reconnect and cap releaseYan, Zheng
2013-11-23ceph: set caps count after composing cap reconnect messageYan, Zheng
2013-11-23ceph: queue cap release in __ceph_remove_cap()Yan, Zheng
2013-11-23sysfs: use a separate locking class for open files depending on mmapTejun Heo