summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-11-28CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky1-2/+1
2012-11-27cifs: fix writeback race with file that is growingJeff Layton1-3/+3
2012-11-27Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds4-4/+20
2012-11-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+2
2012-11-27writeback: put unused inodes to LRU after writeback completionJan Kara3-2/+17
2012-11-27proc: check vma->vm_file before dereferencingStanislav Kinsbursky1-2/+3
2012-11-27sysfs: Mark sysfs_attr_ns staticJosh Triplett1-2/+2
2012-11-27efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi4-14/+16
2012-11-27efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi2-2/+3
2012-11-27xfs: inode allocation should use unmapped buffers.Dave Chinner1-1/+2
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-58/+152
2012-11-24Merge tag 'for-linus-20121123' of git://git.infradead.org/mtd-2.6Linus Torvalds1-18/+21
2012-11-23jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara1-0/+2
2012-11-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-19/+60
2012-11-20xfs: add CRC checks to the logChristoph Hellwig3-99/+176
2012-11-20xfs: add CRC infrastructureChristoph Hellwig5-0/+78
2012-11-20ext3: Avoid underflow of in ext3_trim_fs()Lukas Czerner1-2/+3
2012-11-20reiserfs: Move quota calls out of write lockJan Kara3-7/+25
2012-11-20reiserfs: Protect reiserfs_quota_write() with write lockJan Kara1-0/+4
2012-11-20reiserfs: Protect reiserfs_quota_on() with write lockJan Kara1-3/+8
2012-11-20reiserfs: Fix lock ordering during remountJan Kara1-7/+20
2012-11-19various: Fix spelling of "asynchronous" in comments.Adam Buchbinder1-1/+1
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder7-8/+8
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2-2/+2
2012-11-19sysctl: Pass useful parameters to sysctl permissionsEric W. Biederman1-4/+5
2012-11-18fanotify: fix FAN_Q_OVERFLOW case of fanotify_read()Al Viro1-1/+2
2012-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2012-11-18Merge tag 'for-linus-v3.7-rc7' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-19/+69
2012-11-18Merge branch 'sched/urgent' into sched/coreIngo Molnar1-78/+0
2012-11-17xfs: drop buffer io reference when a bad bio is builtDave Chinner1-2/+12
2012-11-17xfs: fix broken error handling in xfs_vm_writepageDave Chinner1-15/+39
2012-11-17xfs: fix attr tree double split corruptionDave Chinner1-2/+18
2012-11-17Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman5-3/+130
2012-11-16mm, oom: reintroduce /proc/pid/oom_adjDavid Rientjes1-0/+109
2012-11-16dlm: fix lvb invalidation conditionsDavid Teigland3-10/+44
2012-11-16xfs: convert buffer verifiers to an ops structure.Dave Chinner37-249/+357
2012-11-16xfs: connect up write verifiers to new buffersDave Chinner24-89/+137
2012-11-16xfs: add pre-write metadata buffer verifier callbacksDave Chinner20-56/+273
2012-11-16xfs: add buffer pre-write callbackDave Chinner2-0/+19
2012-11-16xfs: Add verifiers to dir2 data readahead.Dave Chinner6-12/+26
2012-11-16xfs: add xfs_da_node verificationDave Chinner7-50/+107
2012-11-16xfs: factor and verify attr leaf readsDave Chinner3-85/+66
2012-11-16xfs: factor dir2 leaf readDave Chinner3-14/+67
2012-11-16xfs: factor out dir2 data block readingDave Chinner5-27/+56
2012-11-16xfs: factor dir2 free block readingDave Chinner3-80/+143
2012-11-16xfs: verify dir2 block format buffersDave Chinner3-31/+68
2012-11-16xfs: factor dir2 block read operationsDave Chinner1-177/+209
2012-11-16xfs: add verifier callback to directory read codeDave Chinner8-91/+102
2012-11-16xfs: verify dquot blocks as they are read from diskDave Chinner3-23/+98
2012-11-16xfs: verify btree blocks as they are read from diskDave Chinner10-61/+230