summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* ext4: don't show usrquota/grpquota twice in /proc/mountsTheodore Ts'o2013-07-211-6/+0
* ext4: fix ext4_get_group_number()Theodore Ts'o2013-07-212-6/+6
* ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara2013-07-211-2/+2
* ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara2013-07-211-2/+2
* ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementationsJan Kara2013-07-211-7/+7
* ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()Jan Kara2013-07-211-1/+1
* Btrfs: only do the tree_mod_log_free_eb if this is our last refJosef Bacik2013-07-211-1/+2
* Btrfs: hold the tree mod lock in __tree_mod_log_rewindJosef Bacik2013-07-211-4/+6
* Btrfs: fix estale with btrfs sendJosef Bacik2013-07-211-0/+35
* ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi2013-07-211-0/+10
* ext4: check error return from ext4_write_inline_data_end()Theodore Ts'o2013-07-211-4/+7
* ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro2013-07-212-10/+4
* ext4: fix corruption when online resizing a fs with 1K block sizeMaarten ter Huurne2013-07-211-3/+1
* jbd2: fix theoretical race in jbd2__journal_restartTheodore Ts'o2013-07-211-1/+1
* jbd2: move superblock checksum calculation to jbd2_write_superblock()Theodore Ts'o2013-07-211-1/+2
* CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky2013-07-211-5/+4
* CIFS use sensible file nlink values if unprovidedSteve French2013-07-211-0/+5
* nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields2013-07-131-1/+1
* NFSv4.1 end back channel session drainingAndy Adamson2013-07-131-12/+11
* hpfs: better test for errorsMikulas Patocka2013-07-132-2/+9
* ceph: fix sleeping function called from invalid context.majianpeng2013-07-131-4/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-06-291-15/+39
|\
| * UBIFS: fix a horrid bugArtem Bityutskiy2013-06-291-3/+27
| * UBIFS: prepare to fix a horrid bugArtem Bityutskiy2013-06-291-12/+12
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-291-7/+9
|\ \
| * | perf: Disable monitoring on setuid processes for regular usersStephane Eranian2013-06-261-7/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-06-251-4/+8
|\ \ \
| * | | fuse: hold i_mutex in fuse_file_fallocate()Maxim Patlasov2013-06-181-4/+8
* | | | fs: fix new splice.c kernel-doc warningRandy Dunlap2013-06-231-0/+1
| |_|/ |/| |
* | | splice: don't pass the address of ->f_pos to methodsAl Viro2013-06-203-21/+40
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-06-143-20/+12
|\ \
| * | use can_lookup() instead of direct checks of ->i_op->lookupAl Viro2013-06-151-2/+2
| * | fput: task_work_add() can fail if the caller has passed exit_task_work()Oleg Nesterov2013-06-151-9/+10
| * | ncpfs: fix rmdir returns Device or resource busyDave Chiluk2013-06-071-9/+0
* | | Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-06-145-11/+42
|\ \ \
| * | | xfs: don't shutdown log recovery on validation errorsDave Chinner2013-06-141-2/+17
| * | | xfs: ensure btree root split sets blkno correctlyDave Chinner2013-06-141-0/+10
| * | | xfs: fix implicit padding in directory and attr CRC formatsDave Chinner2013-06-142-2/+4
| * | | xfs: don't emit v5 superblock warnings on writeDave Chinner2013-06-141-7/+11
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-06-133-9/+13
|\ \ \ \
| * | | | Btrfs: stop all workers before cleaning up rootsJosef Bacik2013-06-081-3/+3
| * | | | Btrfs: fix use-after-free bug during umountLiu Bo2013-06-081-2/+2
| * | | | Btrfs: init relocate extent_io_tree with a mappingJosef Bacik2013-06-081-4/+5
| * | | | btrfs: Drop inode if inode root is NULLNaohiro Aota2013-06-081-0/+3
| * | | | Btrfs: don't delete fs_roots until after we cleanup the transactionJosef Bacik2013-06-081-1/+1
* | | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-06-124-27/+24
|\ \ \ \ \
| * | | | | ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei2013-06-121-0/+1
| * | | | | aio: fix io_destroy() regression by using call_rcu()Kent Overstreet2013-06-121-20/+16
| * | | | | fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directoryGoldwyn Rodrigues2013-06-121-1/+1
| * | | | | ocfs2: ocfs2_prep_new_orphaned_file() should return retXiaowei.Hu2013-06-121-1/+1