summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ext4: Fix truncation of symlinks after failed writeJan Kara2009-07-131-13/+13
| | * | | jbd2: Fix a race between checkpointing code and journal_get_write_access()Jan Kara2009-07-131-33/+35
| | * | | ext4: Use rcu_barrier() on module unload.Jesper Dangaard Brouer2009-07-051-1/+5
| | * | | ext4: naturally align struct ext4_allocation_requestEric Sandeen2009-07-131-7/+7
| | * | | ext4: mark several more functions in mballoc.c as noinlineEric Sandeen2009-07-051-8/+16
| | * | | ext4: Fix potential reclaim deadlock when truncating partial blockTheodore Ts'o2009-07-051-1/+2
| | * | | jbd2: Remove GFP_ATOMIC kmalloc from inside spinlock critical regionTheodore Ts'o2009-06-201-5/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-07-131-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | partitions: fix broken uevent_suppress conversionHeiko Carstens2009-07-121-1/+1
| * | | | AFS: Fix compilation warningArtem Bityutskiy2009-07-121-1/+1
| * | | | headers: smp_lock.h reduxAlexey Dobriyan2009-07-1246-29/+17
| |/ / /
| * | | Revert "fuse: Fix build error" as unnecessaryLinus Torvalds2009-07-112-2/+0
| * | | isofs: fix Joliet regressionBartlomiej Zolnierkiewicz2009-07-101-2/+2
| * | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2009-07-106-76/+92
| |\ \ \
| | * | | UBIFS: fix corruption dumpArtem Bityutskiy2009-07-091-2/+26
| | * | | UBIFS: clean up free space checkingArtem Bityutskiy2009-07-091-19/+3
| | * | | UBIFS: small amendments in the LEB scanning codeArtem Bityutskiy2009-07-093-11/+17
| | * | | UBIFS: dump a little more in case of corruptionsArtem Bityutskiy2009-07-091-3/+3
| | * | | UBIFS: allow more than one volume to be mountedDaniel Mack2009-07-051-1/+2
| | * | | UBIFS: fix assertion warningArtem Bityutskiy2009-07-051-0/+3
| | * | | UBIFS: minor spelling and grammar fixesAdrian Hunter2009-07-052-3/+3
| | * | | UBIFS: fix 64-bit divisions in debug printAdrian Hunter2009-07-051-2/+3
| | * | | UBIFS: few spelling fixesArtem Bityutskiy2009-07-052-4/+4
| | * | | UBIFS: set write-buffer timout to 3-5 secondsArtem Bityutskiy2009-07-052-15/+7
| | * | | UBIFS: slightly optimize write-buffer timer usageArtem Bityutskiy2009-07-053-12/+9
| | * | | UBIFS: improve debugging messagedArtem Bityutskiy2009-07-051-10/+16
| | * | | UBIFS: fix integer overflow warningAdrian Hunter2009-07-051-1/+3
| | |/ /
| * | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2009-07-109-33/+28
| |\ \ \
| | * | | exofs: Avoid using file_fsync()Boaz Harrosh2009-06-213-6/+16
| | * | | exofs: Remove IBM copyrightsBoaz Harrosh2009-06-219-27/+9
| | * | | exofs: Fix bio leak in error handling path (sync read)Boaz Harrosh2009-06-211-0/+3
| * | | | fuse: Fix build errorLarry Finger2009-07-102-0/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-107-22/+26
| |\ \ \ \
| | * | | | block: fix sg SG_DXFER_TO_FROM_DEV regressionFUJITA Tomonori2009-07-101-10/+12
| | * | | | Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-106-12/+14
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-07-104-34/+15
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | nilfs2: fix disorder in cp count on error during deleting checkpointsJiro SEKIBA2009-07-051-3/+2
| | * | | | nilfs2: fix lockdep warning between regular file and inode fileRyusuke Konishi2009-07-051-0/+5
| | * | | | nilfs2: fix incorrect KERN_CRIT messages in case of write failuresRyusuke Konishi2009-07-051-9/+0
| | * | | | nilfs2: fix hang problem of log writer which occurs after write failuresRyusuke Konishi2009-07-051-20/+6
| | * | | | nilfs2: remove unlikely directive causing mis-conversion of error codeRyusuke Konishi2009-07-051-2/+2
| | | |/ / | | |/| |
* | / | | [CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in statsSteve French2009-07-103-2/+13
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-07-0913-896/+686
|\ \ \ \
| * | | | cifs: when ATTR_READONLY is set, only clear write bits on non-directoriesJeff Layton2009-07-091-4/+4
| * | | | cifs: remove cifsInodeInfo->inUse counterJeff Layton2009-07-092-2/+0
| * | | | cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton2009-07-095-529/+252
| * | | | [CIFS] update cifs version numberSteve French2009-07-092-2/+6
| * | | | cifs: add and use CIFSSMBUnixSetFileInfo for setattr callsJeff Layton2009-07-093-1/+77
| * | | | cifs: make a separate function for filling out FILE_UNIX_BASIC_INFOJeff Layton2009-07-091-32/+42
| * | | | cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton2009-07-095-22/+23