aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | ext3: Update kernel-doc commentsNamhyung Kim2010-10-282-12/+20
| * | jbd/2: fixed typosAndrea Gelmini2010-10-282-2/+2
| * | ext2: fixed typo.Andrea Gelmini2010-10-281-1/+1
| * | ext3: Fix debug messages in ext3_group_extend()Namhyung Kim2010-10-281-6/+7
| * | jbd: Convert atomic_inc() to get_bh()Namhyung Kim2010-10-282-3/+3
| * | ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()Namhyung Kim2010-10-281-1/+0
| * | jbd: Fix debug message in do_get_write_access()Namhyung Kim2010-10-281-1/+1
| * | jbd: Check return value of __getblk()Namhyung Kim2010-10-281-0/+2
| * | ext3: Use DIV_ROUND_UP() on group desc block countingNamhyung Kim2010-10-281-2/+1
| * | ext3: Return proper error code on ext3_fill_super()Namhyung Kim2010-10-281-0/+2
| * | ext3: Remove unnecessary casts on bh->b_dataNamhyung Kim2010-10-282-5/+5
| * | ext3: Cleanup ext3_setup_super()Namhyung Kim2010-10-281-3/+3
| * | quota: Fix issuing of warnings from dquot_transferJan Kara2010-10-281-7/+6
| * | quota: fix dquot_disable vs dquot_transfer race v2Dmitry2010-10-281-6/+12
| * | jbd: Convert bitops to buffer fnsNamhyung Kim2010-10-281-3/+3
| * | ext3/jbd: Avoid WARN() messages when failing to write the superblockDarrick J. Wong2010-10-282-3/+51
| * | jbd: Use offset_in_page() instead of manual calculationNamhyung Kim2010-10-281-1/+1
| * | jbd: Remove unnecessary goto statementNamhyung Kim2010-10-281-2/+0
| * | jbd: Use printk_ratelimited() in journal_alloc_journal_head()Namhyung Kim2010-10-281-6/+4
| * | jbd: Move debug message into #ifdef areaNamhyung Kim2010-10-281-1/+1
| * | ext2: fix comment on ext2_try_to_allocate()Namhyung Kim2010-10-281-2/+1
| * | ext3: Fix lost extented attributes for inode with ino == 11Jan Kara2010-10-051-3/+8
| * | quota: Make QUOTACTL config be selected by its usersJan Kara2010-10-052-2/+3
* | | Merge branch 'akpm-incoming-2'Linus Torvalds2010-10-2710-111/+181
|\ \ \
| * | | epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer2010-10-272-17/+20
| * | | select: rename estimate_accuracy() to select_estimate_accuracy()Andrew Morton2010-10-271-3/+3
| * | | fuse: use release_pages()Miklos Szeredi2010-10-271-6/+1
| * | | exec: don't turn PF_KTHREAD off when a target command was not foundKOSAKI Motohiro2010-10-271-2/+1
| * | | /proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki2010-10-271-8/+2
| * | | /proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki2010-10-271-3/+1
| * | | procfs: fix /proc/softirqs formattingDavidlohr Bueso2010-10-271-2/+2
| * | | /proc/pid/smaps: export amount of anonymous memory in a mappingNikanth Karthikesan2010-10-271-0/+6
| * | | coredump: default CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=yRoland McGrath2010-10-271-2/+2
| * | | core_pattern: fix truncation by core_pattern handler with long parametersXiaotian Feng2010-10-271-60/+95
| * | | signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-272-9/+9
| * | | isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directoryOndrej Zary2010-10-271-0/+40
* | | | fasync: Fix placement of FASYNC flag commentLinus Torvalds2010-10-271-3/+3
* | | | Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-279-70/+108
|\ \ \ \ | |/ / / |/| | |
| * | | locks: turn lock_flocks into a spinlockArnd Bergmann2010-10-272-3/+3
| * | | fasync: re-organize fasync entry insertion to allow it under a spinlockLinus Torvalds2010-10-272-17/+67
| * | | locks/nfsd: allocate file lock outside of spinlockArnd Bergmann2010-10-272-35/+27
| * | | lockd: fix nlmsvc_notify_blocked lockingJ. Bruce Fields2010-10-271-2/+4
| * | | lockd: push lock_flocks downArnd Bergmann2010-10-274-14/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-2690-643/+760
|\ \ \ \
| * | | | split invalidate_inodes()Al Viro2010-10-254-6/+51
| * | | | fs: skip I_FREEING inodes in writeback_sb_inodesChristoph Hellwig2010-10-251-2/+7
| * | | | fs: fold invalidate_list into invalidate_inodesChristoph Hellwig2010-10-251-27/+16
| * | | | fs: do not drop inode_lock in dispose_listChristoph Hellwig2010-10-251-18/+2
| * | | | fs: inode split IO and LRU listsNick Piggin2010-10-253-37/+53
| * | | | fs: switch bdev inode bdi's correctlyDave Chinner2010-10-251-5/+21