summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * [PATCH] ocfs2/dlm: fixesKurt Hackel2006-02-035-49/+256
| * [OCFS2] Make ip_io_sem a mutexMark Fasheh2006-02-036-18/+18
| * [PATCH] ocfs2/dlm: fix compilation on ia64Jeff Mahoney2006-02-031-1/+1
| * [PATCH] OCFS2: __init / __exit problemAdrian Bunk2006-02-033-3/+3
| * o Remove confusing Kconfig text for CONFIGFS_FS.Joel Becker2006-02-031-2/+0
* | [PATCH] UDF: Fix issues reported by Coverity in namei.cJayachandran C2006-02-031-2/+2
* | [PATCH] coverity: udf/balloc.c null deref fixKAMBAROV, ZAUR2006-02-031-4/+3
* | [PATCH] debugfs: hard link count wrongVincent Hanquez2006-02-031-0/+1
* | [PATCH] fat: Fix truncate() write orderingOGAWA Hirofumi2006-02-031-27/+23
* | [PATCH] Trivial optimization of ll_rw_block()OGAWA Hirofumi2006-02-031-2/+2
* | [PATCH] fat: Replace an own implementation with ll_rw_block(SWRITE,)OGAWA Hirofumi2006-02-031-12/+2
* | [PATCH] quota: fix error code for ext2_new_inode()Herbert Poetzl2006-02-031-1/+1
* | [PATCH] fcntl F_SETFL and read-only IS_APPEND filesdean gaudet2006-02-031-2/+5
* | [PATCH] fix O_DIRECT read of last block in a sparse fileJeff Moyer2006-02-031-1/+8
* | [PATCH] ext2: print xip mount option in ext2_show_optionsCarsten Otte2006-02-031-0/+5
* | [PATCH] disable per cpu intr in /proc/statschwab@suse.de2006-02-031-1/+1
* | [PATCH] v9fs: fix corner cases when flushing requestLatchesar Ionkov2006-02-031-4/+11
* | [PATCH] v9fs: v9fs_put_str fixLatchesar Ionkov2006-02-031-9/+19
* | [PATCH] v9fs: symlink support fixesLatchesar Ionkov2006-02-031-3/+3
* | [PATCH] fs/jffs/intrep.c: 255 is unsigned charFelix Oxley2006-02-031-1/+1
* | [PATCH] Fix two ext[23] uninitialized warningsAndreas Gruenbacher2006-02-032-2/+2
* | [PATCH] make "struct d_cookie" depend on CONFIG_PROFILINGMarcelo Tosatti2006-02-031-0/+2
* | [PATCH] ufs: fix hang during `rm'Evgeniy Dushistov2006-02-032-57/+17
* | [PATCH] ufs: fix oops with `ufs1' typeEvgeniy Dushistov2006-02-031-4/+6
* | [PATCH] quota_v2: printk warning fixesAndrew Morton2006-02-031-1/+1
* | [PATCH] someone broke reiserfs V3 mount options, this fixes itVitaly Fertman2006-02-031-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Trond Myklebust2006-02-024-9/+23
|\
| * [PATCH] compat: fix compat_sys_openat and friendsStephen Rothwell2006-02-011-6/+6
| * Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-0126-296/+337
| |\
| * | [CIFS] Remove compiler warningSteve French2006-01-271-1/+2
| * | Signed-off-by: Steve French <sfrench@us.ibm.com>Steve French2006-01-271-1/+7
| * | [CIFS] Make cifs default wsize match what we actually want to send (52KSteve French2006-01-241-1/+9
| * | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-01-231-2/+2
| |\ \
| * | | [CIFS] Do not zero non-existent iovec in SendReceive response processing.Steve French2006-01-231-1/+0
* | | | NFSv3: fix sync_retry in direct i/o NFSDirk Mueller2006-02-011-1/+1
* | | | NLM: Ensure that nlmclnt_cancel_callback() doesn't loop foreverTrond Myklebust2006-02-011-0/+4
* | | | NLM: Fix arguments to NLM_CANCEL callTrond Myklebust2006-02-011-3/+4
| |_|/ |/| |
* | | [PATCH] DocBook: fix some kernel-doc comments in fs and blockMartin Waitz2006-02-012-1/+3
* | | [PATCH] reiserfs: reiserfs: check for files > 2GB on 3.5.x disksJeff Mahoney2006-02-011-0/+17
* | | [PATCH] reiserfs: reiserfs fix journal accounting in journal_transaction_shou...Chris Mason2006-02-011-0/+3
* | | [PATCH] reiserfs: reiserfs write_ordered_buffers should not oops on dirty non...Chris Mason2006-02-011-2/+13
* | | [PATCH] reiserfs: reiserfs hang and performance fix for data=journal modeChris Mason2006-02-012-5/+21
* | | [PATCH] reiserfs: zero b_private when allocating buffer headsChris Mason2006-02-011-0/+1
* | | [PATCH] resierfs: fix reiserfs_invalidatepage race against data=orderedChris Mason2006-02-012-1/+16
* | | [PATCH] reiserfs: use generic_permissionChristoph Hellwig2006-02-011-77/+26
* | | [PATCH] reiserfs: remove reiserfs_permission_lockedChristoph Hellwig2006-02-011-22/+8
* | | [PATCH] reiserfs: missing kmalloc failure checkDiego Calleja2006-02-011-0/+2
* | | [PATCH] reiserfs: use __GFP_NOFAIL instead of yield and retry loop for alloca...Pekka Enberg2006-02-011-6/+2
* | | [PATCH] reiserfs: remove kmalloc wrapperPekka Enberg2006-02-017-137/+49
* | | [PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter2006-02-015-0/+66
OpenPOWER on IntegriCloud