summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-07-286-58/+90
|\
| * inotify: use GFP_NOFS under potential memory pressureEric Paris2009-07-213-11/+20
| * fsnotify: fix inotify tail drop check with path entriesEric Paris2009-07-211-0/+1
| * inotify: check filename before dropping repeat eventsEric Paris2009-07-211-2/+7
| * fsnotify: use def_bool in kconfig instead of letting the user chooseEric Paris2009-07-213-13/+3Star
| * inotify: fix error paths in inotify_update_watchEric Paris2009-07-211-30/+49
| * inotify: do not leak inode marks in inotify_add_watchEric Paris2009-07-211-4/+10
| * inotify: drop user watch count when a watch is removedEric Paris2009-07-211-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2009-07-271-3/+1Star
|\ \
| * | jfs: Fix early release of acl in jfs_get_aclStefan Bader2009-07-231-3/+1Star
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-07-274-63/+66
|\ \ \
| * | | jbd: fix race between write_metadata_buffer and get_write_accessdingdinghua2009-07-211-9/+11
| * | | ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle()Jan Kara2009-07-152-12/+4Star
| * | | jbd: Fix a race between checkpointing code and journal_get_write_access()Jan Kara2009-07-151-33/+35
| * | | ext3: Fix truncation of symlinks after failed writeJan Kara2009-07-151-9/+10
| * | | jbd: Fail to load a journal if it is too shortJan Kara2009-07-151-0/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-07-272-7/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | [CIFS] fix sparse warningSteve French2009-07-231-2/+2
| * | | cifs: fix sb->s_maxbytes so that it casts properly to a signed valueJeff Layton2009-07-221-4/+4
| * | | cifs: disable serverino if server doesn't support itJeff Layton2009-07-221-1/+4
| | |/ | |/|
* | | Merge branch 'lockdep-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-07-231-2/+2
|\ \ \
| * | | lockdep: Fix lockdep annotation for pipe_double_lock()Peter Zijlstra2009-07-221-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-07-222-26/+26
|\ \ \
| * | | fs/Kconfig: move nilfs2 outRyusuke Konishi2009-07-142-26/+26
* | | | NFSv4: Fix a problem whereby a buggy server can oops the kernelTrond Myklebust2009-07-222-5/+13
* | | | NFSv4: Fix an NFSv4 mount regressionTrond Myklebust2009-07-213-22/+26
* | | | NFSv4: Fix an Oops in nfs4_free_lock_stateTrond Myklebust2009-07-211-1/+1
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2009-07-211-1/+1
|\ \ \
| * | | 9p: Fix incorrect parameters to v9fs_file_readn.Abhishek Kulkarni2009-07-141-1/+1
| | |/ | |/|
* | | cifs: free nativeFileSystem field before allocating a new oneJeff Layton2009-07-201-0/+1
* | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2009-07-1687-559/+432Star
|\| |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2009-07-153-9/+14
| |\ \
| | * | dlm: free socket in error exit pathCasey Dahlin2009-07-141-1/+3
| | * | dlm: fix plock use-after-freeDavid Teigland2009-06-181-7/+10
| | * | dlm: Fix uninitialised variable warning in lock.cSteven Whitehouse2009-06-171-1/+1
| * | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-07-151-4/+4
| |\ \ \ | | |_|/ | |/| |
| | * | tracing/events: Move TRACE_SYSTEM outside of include guardLi Zefan2009-07-131-4/+4
| * | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-07-1410-348/+232Star
| |\ \ \
| | * | | jbd2: fix race between write_metadata_buffer and get_write_accessdingdinghua2009-07-131-9/+11
| | * | | ext4: Fix ext4_mb_initialize_context() to initialize all fieldsTheodore Ts'o2009-07-131-18/+2Star
| | * | | ext4: fix null handler of ioctls in no journal modePeng Tao2009-07-131-8/+12
| | * | | ext4: Fix buffer head reference leak in no-journal modeCurt Wohlgemuth2009-07-133-4/+8
| | * | | ext4: Move __ext4_journalled_writepage() to avoid forward declarationAneesh Kumar K.V2009-06-141-58/+54Star
| | * | | ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaocAneesh Kumar K.V2009-06-141-177/+57Star
| | * | | ext4: Fix mmap/truncate race when blocksize < pagesize && delayed allocationAneesh Kumar K.V2009-06-141-15/+8Star
| | * | | ext4: Don't look at buffer_heads outside i_size.Aneesh Kumar K.V2009-06-041-12/+16
| | * | | ext4: Fix goal inum check in the inode allocatorJohann Lombardi2009-07-061-1/+1
| | * | | ext4: fix no journal corruption with locale-genTheodore Ts'o2009-07-081-2/+2
| | * | | ext4: Calculate required journal credits for inserting an extent properlyAneesh Kumar K.V2009-07-061-0/+1
| | * | | ext4: Fix truncation of symlinks after failed writeJan Kara2009-07-131-13/+13