summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs, jbd: pull your plug when waiting for spaceMike Galbraith2013-12-061-0/+2
* fs: dcache: Use cpu_chill() in trylock loopsThomas Gleixner2013-12-064-5/+8
* epoll.patchThomas Gleixner2013-12-061-2/+2
* fs: ntfs: disable interrupt only on !RTMike Galbraith2013-12-061-2/+2
* fs-block-rt-support.patchThomas Gleixner2013-12-061-2/+2
* mm: Protect activate_mm() by preempt_[disable%7Cenable]_rt()Yong Zhang2013-12-061-2/+2
* mm-protect-activate-switch-mm.patchThomas Gleixner2013-12-061-0/+2
* fs: namespace preemption fixThomas Gleixner2013-12-061-1/+4
* timer-fd: Prevent live lockThomas Gleixner2013-12-061-1/+1
* buffer_head: Replace bh_uptodate_lock for -rtThomas Gleixner2013-12-062-21/+10
* locking-various-init-fixes.patchThomas Gleixner2013-12-061-1/+1
* ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()Theodore Ts'o2013-12-041-0/+1
* devpts: plug the memory leak in kill_sbIlija Hadzic2013-12-041-0/+1
* configfs: fix race between dentry put and lookupJunxiao Bi2013-11-291-2/+14
* nfsd: make sure to balance get/put_write_accessChristoph Hellwig2013-11-291-14/+15
* nfsd: split up nfsd_setattrChristoph Hellwig2013-11-291-60/+84
* NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Trond Myklebust2013-11-291-0/+1
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-291-0/+6
* exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov2013-11-291-0/+3
* Nest rename_lock inside vfsmount_lockAl Viro2013-11-291-5/+11
* SUNRPC handle EKEYEXPIRED in call_refreshresultAndy Adamson2013-11-295-86/+3
* nfs: don't allow nfs_find_actor to match inodes of the wrong typeJeff Layton2013-11-291-0/+2
* vfs,proc: guarantee unique inodes in /procLinus Torvalds2013-11-291-8/+4
* jfs: fix error path in iallocDave Kleikamp2013-11-131-2/+1
* ext3: return 32/64-bit dir name hash according to usage typeEric Sandeen2013-11-043-48/+129
* ext4: fix memory leak in xattrDave Jones2013-10-221-0/+2
* vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds2013-10-221-1/+1
* ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o2013-10-131-1/+2
* Btrfs: change how we queue blocks for backref checkingJosef Bacik2013-10-131-7/+7
* fanotify: dont merge permission eventsLino Sanfilippo2013-10-011-0/+6
* fuse: invalidate inode attributes on xattr modificationAnand Avati2013-09-261-0/+4
* fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov2013-09-261-1/+2
* isofs: Refuse RW mount of the filesystem instead of making it ROJan Kara2013-09-261-11/+5
* ocfs2: fix the end cluster offset of FIEMAPJie Liu2013-09-261-1/+0
* cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton2013-09-261-0/+2
* SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier2013-09-071-5/+15
* jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp2013-09-071-8/+23
* nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko2013-08-291-1/+1
* nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko2013-08-291-2/+1
* jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara2013-08-201-4/+4
* fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng2013-08-201-4/+4
* vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown2013-08-141-1/+1
* debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)Oleg Nesterov2013-08-141-47/+22
* cifs: extend the buffer length enought for sprintf() usingChen Gang2013-08-144-7/+9
* ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna2013-08-141-1/+16
* ext4: make sure group number is bumped after a inode allocation raceTheodore Ts'o2013-08-141-5/+5
* fanotify: info leak in copy_event_to_user()Dan Carpenter2013-08-111-0/+1
* livelock avoidance in sget()Al Viro2013-08-041-15/+10
* Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik2013-08-041-0/+11
* Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik2013-08-041-0/+2