Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
25729b0e94c2103a8d726eda843136a3775366cf
/
fs
25729b0
reiserfs: clean-up function return type
by Artem Bityutskiy
· 12 years ago
efaa33e
reiserfs: cleanup reiserfs_fill_super a bit
by Artem Bityutskiy
· 12 years ago
e3fc629
switch aio and shm to do_mmap_pgoff(), make do_mmap() static
by Al Viro
· 12 years ago
e546785
split ->file_mmap() into ->mmap_addr()/->mmap_file()
by Al Viro
· 12 years ago
7696e0c
binfmt_flat: use vm_munmap, we are missing ->mmap_sem there
by Al Viro
· 12 years ago
5a5e4c2
binfmt_elf: switch elf_map() to vm_mmap/vm_munmap
by Al Viro
· 12 years ago
63d37a8
vfs: umount_tree() might be called on subtree that had never made it
by Al Viro
· 12 years ago
46ce341
pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl command
by Will Deacon
· 12 years ago
3f50fff
vfs: remove unused __d_splice_alias argument
by J. Bruce Fields
· 13 years ago
7732a55
vfs: stop d_splice_alias creating directory aliases
by J. Bruce Fields
· 13 years ago
fd65717
fsnotify: remove unused parameter from send_to_group()
by Dan Carpenter
· 12 years ago
799243a
vfs: increment iversion when a file is truncated
by Dmitry Kasatkin
· 12 years ago
a0a9b04
fs: Move bh_cachep to the __read_mostly section
by Shai Fultheim
· 13 years ago
3ed3764
fs: move file_remove_suid() to fs/inode.c
by Cong Wang
· 13 years ago
8bdc81c
jffs2: get rid of jffs2_sync_super
by Artem Bityutskiy
· 13 years ago
0668890
jffs2: remove unnecessary GC pass on sync
by Artem Bityutskiy
· 13 years ago
d0490ee
jffs2: remove unnecessary GC pass on umount
by Artem Bityutskiy
· 13 years ago
3a0c0e2
jffs2: remove lock_super
by Artem Bityutskiy
· 13 years ago
1676765
get rid of idiotic misplaced __kernel_mode_t in ncfps kernel-private data structure
by Al Viro
· 13 years ago
962830d
brlocks/lglocks: API cleanups
by Andi Kleen
· 13 years ago
eea62f8
brlocks/lglocks: turn into functions
by Andi Kleen
· 13 years ago
ea022dfb
ocfs: simplify symlink handling
by Al Viro
· 13 years ago
408bd62
get rid of pointless allocations and copying in ecryptfs_follow_link()
by Al Viro
· 13 years ago
28fe3c1
hpfs: assorted endianness annotations
by Al Viro
· 13 years ago
77ee26e4
hpfs: annotate ea
by Al Viro
· 13 years ago
46287aa
hpfs: annotate struct hpfs_dirent
by Al Viro
· 13 years ago
6ce2bbb
hpfs: annotate struct anode
by Al Viro
· 13 years ago
2b9f1cc
hpfs: annotate struct fnode
by Al Viro
· 13 years ago
ddc19e6
hpfs: annotate btree nodes, get rid of bitfields mess
by Al Viro
· 13 years ago
39413c6
hpfs: annotate struct dnode
by Al Viro
· 13 years ago
52576da
hpfs: bitmaps are little-endian
by Al Viro
· 13 years ago
c4c9954
hpfs: get rid of bitfields in struct fnode
by Al Viro
· 13 years ago
4085e15
hpfs: get rid of bitfields endianness wanking in extended_attribute
by Al Viro
· 13 years ago
185553b
fs: fix inode.c kernel-doc warnings
by Randy Dunlap
· 13 years ago
de5e2b3
hpfs: endianness bugs
by Al Viro
· 13 years ago
528c032
btrfs: trivial endianness annotations
by Al Viro
· 13 years ago
1db5df9
ocfs2: kill endianness abuses in blockcheck.c
by Al Viro
· 13 years ago
f6a5690
ocfs2: deal with __user misannotations
by Al Viro
· 13 years ago
8515841
ocfs2: trivial endianness misannotations
by Al Viro
· 13 years ago
66f8f50
affs: bury unused macros
by Al Viro
· 13 years ago
af56959
kill v9fs_dentry_from_dir_inode()
by Al Viro
· 13 years ago
c862868
ceph: move encode_fh to new API
by Sage Weil
· 13 years ago
b0b0382
->encode_fh() API change
by Al Viro
· 13 years ago
6d42e7e
ubifs: use generic_fillattr()
by Al Viro
· 13 years ago
77ba787
xfs: switch to proper __bitwise type for KM_... flags
by Al Viro
· 13 years ago
c217a2a
switch utimes() to fget_light/fput_light
by Al Viro
· 13 years ago
0aa2ee5
switch statfs to fget_light/fput_light
by Al Viro
· 13 years ago
bdc6895
switch flock to fget_light/fput_light
by Al Viro
· 13 years ago
20ba5d7
switch signalfd4() to fget_light/fput_light
by Al Viro
· 13 years ago
545ec2c
switch fcntl to fget_raw_light/fput_light
by Al Viro
· 13 years ago
7449af1
switch xattr syscalls to fget_light/fput_light
by Al Viro
· 13 years ago
863ced7
switch readdir/getdents to fget_light/fput_light
by Al Viro
· 13 years ago
c2bd6c1
switch do_fsync() to fget_light()
by Al Viro
· 13 years ago
442a9ff
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 12 years ago
53f2c4a
Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
cc0a984
NFSv4: Add debugging printks to state manager
by Trond Myklebust
· 12 years ago
fb13bfa
NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIO
by Trond Myklebust
· 12 years ago
a01ee16
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 12 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
359d7d1
NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHE
by Trond Myklebust
· 12 years ago
f2c1b51
NFSv4.1: nfs4_reset_session should use nfs4_handle_reclaim_lease_error
by Trond Myklebust
· 12 years ago
9f59479
NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSION
by Trond Myklebust
· 12 years ago
7c5d725
NFSv4.1: Handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION in the state manager
by Trond Myklebust
· 12 years ago
bf674c8
NFSv4.1: Handle errors in nfs4_bind_conn_to_session
by Trond Myklebust
· 12 years ago
43ac544
NFSv4.1: nfs4_bind_conn_to_session should drain the session
by Trond Myklebust
· 12 years ago
36126f8
word-at-a-time: make the interfaces truly generic
by Linus Torvalds
· 12 years ago
32b0131
NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientid
by Trond Myklebust
· 12 years ago
6624553
NFSv4.1: Add DESTROY_CLIENTID
by Trond Myklebust
· 12 years ago
2cf047c
NFSv4.1: Ensure we use the correct credentials for bind_conn_to_session
by Trond Myklebust
· 12 years ago
848f5bd
NFSv4.1: Ensure we use the correct credentials for session create/destroy
by Trond Myklebust
· 12 years ago
ad24ecf
NFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to the end of the operations
by Trond Myklebust
· 12 years ago
89a2173
NFSv4.1: Handle NFS4ERR_SEQ_MISORDERED when confirming the lease
by Trond Myklebust
· 12 years ago
be0bfed
NFSv4: When purging the lease, we must clear NFS4CLNT_LEASE_CONFIRM
by Trond Myklebust
· 12 years ago
2a6ee6a
NFSv4: Clean up the error handling for nfs4_reclaim_lease
by Trond Myklebust
· 12 years ago
ece78b7
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 12 years ago
b5f4035
Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 12 years ago
ce00417
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 12 years ago
9978306
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 12 years ago
bbafffd
NFSv4.1: Exchange ID must use GFP_NOFS allocation mode
by Trond Myklebust
· 12 years ago
a9e6444
nfs41: Use BIND_CONN_TO_SESSION for CB_PATH_DOWN*
by Weston Andros Adamson
· 12 years ago
7c44f1ae
nfs4.1: add BIND_CONN_TO_SESSION operation
by Weston Andros Adamson
· 12 years ago
d23d61c
NFSv4.1 test the mdsthreshold hint parameters
by Andy Adamson
· 12 years ago
2701d08
NFSv4.1 add nfs_inode book keeping for mdsthreshold
by Andy Adamson
· 12 years ago
82be417
NFSv4.1 cache mdsthreshold values on OPEN
by Andy Adamson
· 12 years ago
88034c3
NFSv4.1 mdsthreshold attribute xdr
by Andy Adamson
· 12 years ago
4469690
kernel: Move REPEAT_BYTE definition into linux/kernel.h
by David S. Miller
· 12 years ago
28f3d71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
31fe62b
mm: add a low limit to alloc_large_system_hash
by Tim Bird
· 12 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
468f4d1
Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
54ac471
NFS: Add memory barriers to the nfs_client->cl_cons_state initialisation
by Trond Myklebust
· 12 years ago
4697bd5
NFSv4: Fix a race in the net namespace mount notification
by Trond Myklebust
· 12 years ago
7b38c36
NFSv4.1: Fix session initialisation races
by Trond Myklebust
· 12 years ago
ec0d7f1
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
2c0c2a0
cifs: fix oops while traversing open file list (try #4)
by Shirish Pargaonkar
· 13 years ago
ea4b574
cifs: Fix comment as d_alloc_root() is replaced by d_make_root()
by Sedat Dilek
· 13 years ago
1080ef7
CIFS: Introduce SMB2 mounts as vers=2.1
by Steve French
· 14 years ago
675f36f
CIFS: Introduce SMB2 Kconfig option
by Steve French
· 14 years ago
4527578
CIFS: Move add/set_credits and get_credits_field to ops structure
by Pavel Shilovsky
· 13 years ago
8aa26f3
CIFS: Move protocol specific demultiplex thread calls to ops struct
by Pavel Shilovsky
· 13 years ago
Next »