summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * proc: switch /proc/uptime to seq_fileAlexey Dobriyan2008-10-233-21/+44
| * proc: switch /proc/loadavg to seq_fileAlexey Dobriyan2008-10-233-27/+52
| * proc: use WARN() rather than printk+backtraceArjan van de Ven2008-10-231-2/+1Star
| * proc: spread __initAlexey Dobriyan2008-10-232-3/+4
| * proc: proc_init_inodecache() can't failAlexey Dobriyan2008-10-233-6/+5Star
| * proc: fix vma display mismatch between /proc/pid/{maps,smaps}Joe Korty2008-10-231-9/+16
* | ext4: remove unused variable in ext4_get_parentChristoph Hellwig2008-10-231-1/+0Star
* | ext3 quota support: fix compile failureLinus Torvalds2008-10-231-1/+1
* | Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds2008-10-233-294/+297
|\ \
| * \ Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-223-294/+297
| |\ \ | | |/ | |/|
| | * Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-17271-6903/+14647
| | |\
| | * | hrtimer: fix signed/unsigned bug in slack estimatorArjan van de Ven2008-09-081-5/+8
| | * | hrtimer: incorporate feedback from Peter ZijlstraArjan van de Ven2008-09-081-3/+2Star
| | * | hrtimer: make select() and poll() use the hrtimer range featureArjan van de Ven2008-09-061-2/+62
| | * | hrtimer: convert timerfd to the new hrtimer apisArjan van de Ven2008-09-061-5/+3Star
| | * | select: switch select() and poll() over to hrtimersArjan van de Ven2008-09-062-291/+108Star
| | * | select: add poll_select_set_timeout() and poll_select_copy_remaining() helpersThomas Gleixner2008-09-062-0/+126
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-10-239-125/+259
|\ \ \ \
| * | | | cifs: handle the TCP_Server_Info->tsk field more carefullyJeff Layton2008-10-231-13/+28
| * | | | cifs: fix unlinking of rename target when server doesn't support open file re...Jeff Layton2008-10-231-79/+8Star
| * | | | [CIFS] improve setlease handlingSteve French2008-10-235-2/+67
| * | | | [CIFS] fix saving of resume key before CIFSFindNextJeff Layton2008-10-211-1/+2
| * | | | cifs: make cifs_rename handle -EACCES errorsJeff Layton2008-10-201-52/+122
| * | | | [CIFS] fix build errorSteve French2008-10-201-1/+1
| * | | | [CIFS] undo changes in cifs_rename_pending_delete if it errors outSteve French2008-10-203-33/+79
| * | | | cifs: track DeletePending flag in cifsInodeInfoJeff Layton2008-10-204-0/+5
| * | | | cifs: don't use CREATE_DELETE_ON_CLOSE in cifs_rename_pending_deleteJeff Layton2008-10-171-5/+10
| * | | | [CIFS] eliminate usage of kthread_stop for cifsdJeff Layton2008-10-161-29/+15Star
| * | | | [CIFS] Add nodfs mount optionSteve French2008-10-162-0/+12
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-2316-94/+93Star
|\ \ \ \ \
| * | | | | [PATCH] kill the rest of struct file propagation in block ioctlsAl Viro2008-10-211-2/+6
| * | | | | [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-213-45/+24Star
| * | | | | [PATCH] remember mode of reiserfs journalAl Viro2008-10-211-2/+4
| * | | | | [PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro2008-10-214-20/+25
| * | | | | [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-217-22/+22
| * | | | | [PATCH] end of methods switch: remove the old onesAl Viro2008-10-211-13/+0Star
| * | | | | [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+15
| * | | | | [PATCH] move block_device_operations to blkdev.hAl Viro2008-10-211-0/+1
| * | | | | [PATCH] eliminate use of ->f_flags in block methodsAl Viro2008-10-211-0/+7
| * | | | | [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-218-17/+19
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-2366-1070/+823Star
|\ \ \ \ \
| * | | | | [PATCH] fs: add a sanity check in d_freeArjan van de Ven2008-10-231-0/+1
| * | | | | [patch] vfs: make security_inode_setattr() calling consistentMiklos Szeredi2008-10-231-5/+5
| * | | | | [patch 1/3] FS_MBCACHE: don't needlessly make it built-inAdrian Bunk2008-10-231-3/+4
| * | | | | [PATCH] move executable checking into ->permission()Miklos Szeredi2008-10-238-44/+25Star
| * | | | | [PATCH] fs/dcache.c: update comment of d_validate()Qinghuang Feng2008-10-231-2/+0Star
| * | | | | [RFC PATCH] touch_mnt_namespace when the mount flags changeDan Williams2008-10-231-1/+6
| * | | | | [PATCH] reiserfs: add missing llseek methodChristoph Hellwig2008-10-231-0/+1
| * | | | | [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-2311-1/+12
| * | | | | [PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intentOGAWA Hirofumi2008-10-231-0/+1